Remove a duplicate string
authorMatthias Clasen <mclasen@redhat.com>
Sun, 26 Jul 2015 06:57:39 +0000 (02:57 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 26 Jul 2015 06:57:39 +0000 (02:57 -0400)
dialog-information was twice in the list of accessible labels
for icon names.

gtk/a11y/gtkimageaccessible.c

index 57b7e09b34774ef9b461a1594ed222a87cfb30f2..bccb6ce0166e161ab82624d90a74f539a601d6e9 100644 (file)
@@ -84,7 +84,6 @@ static const NameMapEntry name_map[] = {
   { "help-contents", NC_("Stock label", "_Help") },
   { "go-home", NC_("Stock label", "_Home") },
   { "format-indent-more", NC_("Stock label", "Increase Indent") },
-  { "dialog-information", NC_("Stock label", "_Information") },
   { "format-text-italic", NC_("Stock label", "_Italic") },
   { "go-jump", NC_("Stock label", "_Jump to") },
   { "format-justify-center", NC_("Stock label", "_Center") },